World Models
David Ha+ 2018
world model(世界モデル, 内部モデル): VAEとMDN-RNNを利用した順モデル
解説
https://qiita.com/bpzAkiyama/items/cedaa5022b17733102e4
DL輪読会もあり
Vision model(V):VAEにより観測を状態表現(コード)にencode
Memory RNN(M):過去の状態表現から次ステップの状態表現を予測
https://gyazo.com/e98387036c367b659af0fb9719f8b021
RNNではなくAttentionにできないか?(Attention is All You need(Transformer)的に)